home *** CD-ROM | disk | FTP | other *** search
- Path: news.cis.nctu.edu.tw!usenet
- From: terryt@mcs.com (Terry Trippany)
- Newsgroups: comp.lang.c++
- Subject: Re: Using Delphi's dll in vc++
- Date: 9 Jan 1996 16:24:29 GMT
- Organization: STR/Baxter Labs
- Message-ID: <4cu4rt$qta@news.cis.nctu.edu.tw>
- References: <4ctlol$md5@news.csie.nctu.edu.tw>
- NNTP-Posting-Host: @159.198.73.111
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- In article <4ctlol$md5@news.csie.nctu.edu.tw>, tywang@csie.nctu.edu.tw says...
- >
- >
- > Hi,
- > Can someone help me ?? I have a .dll file, and use
- > implib.exe to generate a .lib file. Then, I use the .lib
- > in MSVC 2.0 to build my own application, but linker said
- > that .lib is invalid or corrupted... why??? I have tried
- > several times..... Could someone help me ??
- >
- >
- > Richard Wang
- >
-
- Hi,
-
- I don't believe you can use implib for the 32 bit compiler. You have to
- create a def file export the functions that you know of. See the thread "Just
- a Simple VC++ 4.0 Question" and look for my RE:
-
- This will give you an in depth description of how to do this.
-
- Good Luck,
-
- Terry Trippany
- Strategic Technology Resources
- Chicago, IL
-
-
-